Skip to content

make gui scale configurable from python - #458

Draft
pzhokhov wants to merge 3 commits into
devfrom
peterz/graphic_options
Draft

make gui scale configurable from python#458
pzhokhov wants to merge 3 commits into
devfrom
peterz/graphic_options

Conversation

@pzhokhov

Copy link
Copy Markdown
Collaborator

No description provided.

@pep8speaks

Copy link
Copy Markdown

Hello @pzhokhov! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 222:1: E302 expected 2 blank lines, found 1


def create_agent_start(self) -> List[Handler]:
return [handlers.LowLevelInputsAgentStart()]
return [handlers.LowLevelInputsAgentStart(), handlers.GuiScale(5)]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the different defaults 5.0 vs 4.0 in here and below?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants